home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / en-US.jar / locale / en-US / global / css.properties < prev    next >
Text File  |  2006-02-28  |  7KB  |  129 lines

  1. # ***** BEGIN LICENSE BLOCK *****
  2. # Version: MPL 1.1/GPL 2.0/LGPL 2.1
  3. #
  4. # The contents of this file are subject to the Mozilla Public License Version
  5. # 1.1 (the "License"); you may not use this file except in compliance with
  6. # the License. You may obtain a copy of the License at
  7. # http://www.mozilla.org/MPL/
  8. #
  9. # Software distributed under the License is distributed on an "AS IS" basis,
  10. # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11. # for the specific language governing rights and limitations under the
  12. # License.
  13. #
  14. # The Original Code is css.properties.
  15. #
  16. # The Initial Developer of the Original Code is Netscape Communications
  17. # Corporation.  Portions created by the Initial Developer are Copyright
  18. # (C) 2002 Netscape Communications Corporation.  All Rights Reserved.
  19. #
  20. # Contributor(s):
  21. #   L. David Baron <dbaron@dbaron.org> (original author)
  22. #
  23. # Alternatively, the contents of this file may be used under the terms of
  24. # either the GNU General Public License Version 2 or later (the "GPL"), or
  25. # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  26. # in which case the provisions of the GPL or the LGPL are applicable instead
  27. # of those above. If you wish to allow use of your version of this file only
  28. # under the terms of either the GPL or the LGPL, and not to allow others to
  29. # use your version of this file under the terms of the MPL, indicate your
  30. # decision by deleting the provisions above and replace them with the notice
  31. # and other provisions required by the GPL or the LGPL. If you do not delete
  32. # the provisions above, a recipient may use your version of this file under
  33. # the terms of any one of the MPL, the GPL or the LGPL.
  34. #
  35. # ***** END LICENSE BLOCK *****
  36.  
  37. MimeNotCss=The stylesheet %1$S was not loaded because its MIME type, "%2$S", is not "text/css".
  38. MimeNotCssWarn=The stylesheet %1$S was loaded as CSS even though its MIME type, "%2$S", is not "text/css".
  39.  
  40. PEUnexpEOF=Unexpected end of file while searching for %1$S.
  41. PEParseRuleWSOnly=Whitespace-only string given to be parsed as rule.
  42. PEDeclDropped=Declaration dropped.
  43. PEDeclSkipped=Skipped to next declaration.
  44. PEUnknownProperty=Unknown property '%1$S'.
  45. PEPropertyParsingError=Error in parsing value for property '%1$S'.
  46. PEExpectEndProperty=Expected end of value for property but found '%1$S'.
  47. PESkipAtRuleEOF=end of unknown at-rule
  48. PEUnknownAtRule=Unrecognized at-rule or error parsing at-rule '%1$S'.
  49. PECharsetRuleEOF=charset string in @charset rule
  50. PECharsetRuleNotString=Expected charset string but found '%1$S'.
  51. PEGatherMediaEOF=end of media list in @import or @media rule
  52. PEGatherMediaNotComma=Expected ',' in media list but found '%1$S'.
  53. PEGatherMediaNotIdent=Expected identifier in media list but found '%1$S'.
  54. PEImportNotURI=Expected URI in @import rule but found '%1$S'.
  55. PEImportUnexpected=Found unexpected '%1$S' within @import.
  56. PEGroupRuleEOF=end of @media or @-moz-document rule
  57. PEMozDocRuleBadFunc=Expected url(), url-prefix(), or domain() in @-moz-document rule but found '%1$S'.
  58. PEMozDocRuleNotURI=Expected URI in @-moz-document rule but found '%1$S'.
  59. PEAtNSPrefixEOF=namespace prefix in @namespace rule
  60. PEAtNSURIEOF=namespace URI in @namespace rule
  61. PEAtNSUnexpected=Unexpected token within @namespace: '%1$S'.
  62. PESkipDeclBraceEOF=closing } of declaration block
  63. PESkipRSBraceEOF=closing } of invalid rule set
  64. PEBadSelectorRSIgnored=Ruleset ignored due to bad selector.
  65. PESelectorListExtraEOF=',' or '{'
  66. PESelectorListExtra=Expected ',' or '{' but found '%1$S'.
  67. PESelectorGroupNoSelector=Selector expected.
  68. PESelectorGroupExtraCombinator=Dangling combinator.
  69. PEClassSelEOF=class name
  70. PEClassSelNotIdent=Expected identifier for class selector but found '%1$S'.
  71. PETypeSelEOF=element type
  72. PETypeSelNotType=Expected element name or '*' but found '%1$S'.
  73. PEUnknownNamespacePrefix=Unknown namespace prefix '%1$S'.
  74. PEAttributeNameEOF=attribute name
  75. PEAttributeNameExpected=Expected identifier for attribute name but found '%1$S'.
  76. PEAttributeNameOrNamespaceExpected=Expected attribute name or namespace but found '%1$S'.
  77. PEAttSelNoBar=Expected '|' but found '%1$S'.
  78. PEAttSelInnerEOF=part of attribute selector
  79. PEAttSelUnexpected=Unexpected token in attribute selector: '%1$S'.
  80. PEAttSelValueEOF=attribute value
  81. PEAttSelCloseEOF=']' to end attribute selector
  82. PEAttSelNoClose=Expected ']' to terminate attribute selector but found '%1$S'.
  83. PEAttSelBadValue=Expected identifier or string for value in attribute selector but found '%1$S'.
  84. PEPseudoSelEOF=name of pseudo-class or pseudo-element
  85. PEPseudoSelBadName=Expected identifier for pseudo-class or pseudo-element but found '%1$S'.
  86. PEPseudoSelNonFunc=Function token for non-function pseudo-class or pseudo-element, or the other way around, when reading '%1$S'.
  87. PEPseudoSelNotPE=Expected pseudo-element but found '%1$S'.
  88. PEPseudoSelDoubleNot=Negation pseudo-class can't be negated '%1$S'.
  89. PEPseudoSelPEInNot=Pseudo-elements can't be negated '%1$S'.
  90. PEPseudoSelNewStyleOnly=This pseudo-element must use the "::" form: '%1$S'.
  91. PEPseudoSelTrailing=Found trailing token after pseudo-element, which must be the last part of a selector:  '%1$S'.
  92. PEPseudoSelMultiplePE=Extra pseudo-element '%1$S'.
  93. PEPseudoSelUnknown=Unknown pseudo-class or pseudo-element '%1$S'.
  94. PENegationEOF=selector within negation
  95. PENegationBadInner=Malformed simple selector as negation pseudo-class argument '%1$S'.
  96. PENegationNoClose=Missing closing ')' in negation pseudo-class '%1$S'.
  97. PENegationBadArg=Missing argument in negation pseudo-class '%1$S'.
  98. PELangArgEOF=argument to :lang selector
  99. PELangArgNotIdent=Expected identifier for lang pseudo-class parameter but found '%1$S'.
  100. PELangNoClose=Missing closing ')' in lang pseudo-class '%1$S'.
  101. PELangNoArg=Missing argument in lang pseudo-class '%1$S'.
  102. PESelectorEOF=selector
  103. PEBadDeclBlockStart=Expected '{' to begin declaration block but found '%1$S'.
  104. PEColorEOF=color
  105. PEColorNotColor=Expected color but found '%1$S'.
  106. PEColorComponentEOF=color component
  107. PEExpectedPercent=Expected a percentage but found '%1$S'.
  108. PEExpectedInt=Expected an integer but found '%1$S'.
  109. PEColorBadRGBContents=Expected number or percentage in rgb() but found '%1$S'.
  110. PEColorComponentBadTerm=Expected '%2$S' but found '%1$S'.
  111. PEColorHueEOF=hue
  112. PEExpectedComma=Expected ',' but found '%1$S'.
  113. PEColorSaturationEOF=saturation
  114. PEColorLightnessEOF=lightness
  115. PEColorOpacityEOF=opacity in color value
  116. PEExpectedNumber=Expected a number but found '%1$S'.
  117. PEExpectedCloseParen=Expected ')' but found '%1$S'.
  118. PEDeclEndEOF=';' or '}' to end declaration
  119. PEParseDeclarationNoColon=Expected ':' but found '%1$S'.
  120. PEParseDeclarationDeclExpected=Expected declaration but found '%1$S'.
  121. PEEndOfDeclEOF=end of declaration
  122. PEImportantEOF=important
  123. PEExpectedImportant=Expected 'important' but found '%1$S'.
  124. PEBadDeclEnd=Expected ';' to terminate declaration but found '%1$S'.
  125. PEBadDeclOrRuleEnd=Expected ';' or '}' to terminate declaration but found '%1$S'.
  126. PEInaccessibleProperty=Attempt to use inaccessible property
  127. PECommentEOF=end of comment
  128. SEUnterminatedString=Found unclosed string '%1$S'.
  129.